home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 …SCII & the Runetime Code / ADC Developer CD (1992-07) (''Butch ASCII And The Runtime Code'')_iso / Dev.CD 199207.iso / Development Platforms / Apple II / HyperCardIIGS / Sample.XCMDs / XWindow Shell / XWindShell (Pascal) / XWindShell.r < prev   
Encoding:
Text File  |  1992-02-05  |  910 b   |  45 lines  |  [TEXT/MPS ]

  1. /* --------------------------------------------------------------------- */
  2. /*
  3. /*  Rez source for XWindShell XCMD
  4. /*  
  5. /*  Copyright © 1989-92 Apple Computer, Inc.
  6. /*
  7. /*
  8. /*  This file contains the rez source needed by the MakeFile to
  9. /*  build the XWindShell XCMD.
  10. /*
  11. /*  The files included with the XWindShell XCMD are meant to be
  12. /*  used as a starting point for XCMDs in C or Pascal that wish to
  13. /*  create and manage XWindows.
  14. /*
  15. /*  Files:
  16. /*  ------
  17. /*    XWindShell.p
  18. /*   *XWindShell.r
  19. /*    MakeFile
  20. /*    
  21. /*    
  22. /*  Author:    Darin Acquistapace
  23. /*  Created:    01/29/92
  24. /*  Modified:    See Mod History Below
  25. /*
  26. /*  Modification History:
  27. /*  ---------------------
  28. /*    01/29/92 - New today.
  29. /*    
  30. /* --------------------------------------------------------------------- */
  31.  
  32. #include "typesiigs.r" 
  33.  
  34. read $801E (1, convert) "XWindShell.omf";
  35.  
  36. resource rResName ($0001801E) {
  37.             1,
  38.             { 1, "XWindShell";
  39.             }
  40. };
  41.  
  42.  
  43.  
  44.  
  45.